Package com.cisco.pt.ipc.sim.impl
Class Netflowv6ProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.NetflowProcessImpl
com.cisco.pt.ipc.sim.impl.Netflowv6ProcessImpl
- All Implemented Interfaces:
IPCObject,NetflowProcess,Netflowv6Process,Process
Information provided by the PKI file:
\class CNetflowv6Process
\brief CNetflowv6Process is the class that handles ipv6 netflow process
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionNetflowv6ProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
Netflowv6ProcessImpl
public Netflowv6ProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getProcessNameStr
Description copied from class:NetflowProcessImplInformation provided by the PKI file:
\brief Returns the name of the NetFlow process. \return string, the name of the NetFlow process.- Specified by:
getProcessNameStrin interfaceNetflowProcess- Specified by:
getProcessNameStrin interfaceNetflowv6Process- Overrides:
getProcessNameStrin classNetflowProcessImpl- Returns:
- String Returns a String
-